Skip to content

fix: add --repo flag to gh release upload in checksums job#40

Merged
jamesadevine merged 2 commits intomainfrom
copilot/investigate-and-fix
Mar 17, 2026
Merged

fix: add --repo flag to gh release upload in checksums job#40
jamesadevine merged 2 commits intomainfrom
copilot/investigate-and-fix

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

The checksums job has no checkout step, so gh can't infer the repository from a local .git directory. The "Upload checksums" step was missing --repo, causing gh release upload to fail with fatal: not a git repository.

Changes

  • Added --repo "${{ github.repository }}" to gh release upload in the checksums job — consistent with how the preceding download step was already calling gh release download

Copilot AI and others added 2 commits March 17, 2026 11:18
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
@jamesadevine jamesadevine marked this pull request as ready for review March 17, 2026 11:21
@jamesadevine jamesadevine merged commit fd437da into main Mar 17, 2026
@jamesadevine jamesadevine deleted the copilot/investigate-and-fix branch March 17, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants